Skip to content

Conversation

krish2718
Copy link
Contributor

Pull fixes for Wi-Fi enterprise security runtime certificates.

@krish2718 krish2718 added this to the 3.0.0 milestone Apr 11, 2025
@krish2718 krish2718 requested review from a team as code owners April 11, 2025 13:21
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Apr 11, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 11, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@1d7723a nrfconnect/sdk-zephyr@3ecc854 (v4.0.99-ncs1-branch) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 11, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 9

Inputs:

Sources:

sdk-nrf: PR head: 8ff3dba082de520a31906e276cd3c7b7909bb1c9
zephyr: PR head: 3ecc854864da976a1b1cbf2968059de1b4319144

more details

sdk-nrf:

PR head: 8ff3dba082de520a31906e276cd3c7b7909bb1c9
merge base: cdf9f61e0221df3d524a26080c8cd49d711b579e
target head (v3.0-branch): cdf9f61e0221df3d524a26080c8cd49d711b579e
Diff

zephyr:

PR head: 3ecc854864da976a1b1cbf2968059de1b4319144
merge base: 1d7723ad7b3e70b9b5ab1fb85d955c527cc0fa33
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (59)
samples
│  ├── suit
│  │  ├── flash_companion
│  │  │  │ prj.conf
scripts
│  │ quarantine_zephyr.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── microchip
│  │  │  ├── mec15xxevb_assy6853
│  │  │  │  │ mec15xxevb_assy6853.dts
│  │  ├── qemu
│  │  │  ├── x86
│  │  │  │  │ qemu_x86_atom_nommu_defconfig
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  ├── sockets.rst
│  │  │  │  │  │ wifi.rst
│  │  ├── kernel
│  │  │  ├── services
│  │  │  │  ├── scheduling
│  │  │  │  │  │ index.rst
│  │  │  │  ├── smp
│  │  │  │  │  │ smp.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.2.rst
│  │  │  │ release-notes-4.2.rst
│  ├── drivers
│  │  ├── wifi
│  │  │  ├── eswifi
│  │  │  │  │ eswifi_socket_offload.c
│  │  │  ├── nrf_wifi
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── src
│  │  │  │  │  │ net_if.c
│  │  │  ├── simplelink
│  │  │  │  │ simplelink_sockets.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── microchip
│  │  │  │  │ mec1501hsz.dtsi
│  │  ├── bindings
│  │  │  ├── spi
│  │  │  │  │ microchip,xec-qmspi.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── kernel_structs.h
│  │  │  ├── net
│  │  │  │  │ tls_credentials.h
│  ├── kernel
│  │  ├── Kconfig
│  │  ├── include
│  │  │  │ priority_q.h
│  ├── modules
│  │  ├── thrift
│  │  │  ├── src
│  │  │  │  ├── thrift
│  │  │  │  │  ├── transport
│  │  │  │  │  │  │ TSSLSocket.cpp
│  ├── samples
│  │  ├── basic
│  │  │  ├── minimal
│  │  │  │  │ mt.conf
│  │  ├── drivers
│  │  │  ├── espi
│  │  │  │  ├── boards
│  │  │  │  │  ├── mec1501modular_assy6885.overlay
│  │  │  │  │  │ mec15xxevb_assy6853.overlay
│  │  ├── net
│  │  │  ├── prometheus
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── sockets
│  │  │  │  ├── dumb_http_server_mt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── echo_server
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ echo-server.c
│  │  │  │  ├── http_server
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── wifi
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── install_certs.py
│  │  │  │  │  │ install_certs.sh
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── updatehub
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  ├── soc
│  │  ├── espressif
│  │  │  ├── esp32
│  │  │  │  │ Kconfig.defconfig
│  ├── subsys
│  │  ├── net
│  │  │  ├── ip
│  │  │  │  │ net_pkt.c
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ wifi_shell.c
│  │  │  ├── lib
│  │  │  │  ├── lwm2m
│  │  │  │  │  │ lwm2m_engine.c
│  │  │  │  ├── sockets
│  │  │  │  │  │ sockets_tls.c
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── Kconfig.shell
│  │  │  │  │  │ tls_credentials_shell.c
│  ├── tests
│  │  ├── benchmarks
│  │  │  ├── sched
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── sched_queues
│  │  │  │  ├── README.rst
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── wait_queues
│  │  │  │  ├── README.rst
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── boards
│  │  │  ├── mec15xxevb_assy6853
│  │  │  │  ├── qspi
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ mec15xxevb_assy6853.overlay
│  │  ├── kernel
│  │  │  ├── sched
│  │  │  │  ├── deadline
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── prj_simple.conf
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── p4workq
│  │  │  │  │ prj.conf
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── http_server
│  │  │  │  │  ├── tls
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── lwm2m
│  │  │  │  │  ├── lwm2m_engine
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── socket
│  │  │  │  ├── tls_ext
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── vlan
│  │  │  │  │ testcase.yaml
│  │  │  ├── wifi
│  │  │  │  ├── configs
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 7cbc0036f4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7cbc0036f4_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 865
    • sdk-zephyr test count: 2572
  • ❌ Integration tests
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ✅ test-fw-nrfconnect-thread
    • ✅ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-fw-nrfconnect-nrf-iot_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-audio
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

You can find the documentation preview for this PR here.

@krish2718 krish2718 requested a review from a team as a code owner April 11, 2025 18:40
@krish2718 krish2718 requested a review from a team April 11, 2025 18:40
Copy link

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@krish2718 krish2718 force-pushed the fix_runtime_certs branch 2 times, most recently from d5b83bc to d0a4f22 Compare April 14, 2025 10:13
Pull fixes for Wi-Fi enterprise security runtime certificates.

Signed-off-by: Chaitanya Tata <[email protected]>
Zephyr has renamed from dumb->simple.

Signed-off-by: Chaitanya Tata <[email protected]>
@carlescufi carlescufi merged commit f62fbb8 into nrfconnect:v3.0-branch Apr 15, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants